net/http.http2Transport.CountError (field)
7 uses
	net/http (current package)
		h2_bundle.go#L7314: 	CountError func(errType string)
		h2_bundle.go#L7956: 	if t.CountError != nil {
		h2_bundle.go#L7957: 		cc.fr.countError = t.CountError
		h2_bundle.go#L8337: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L9463: 	f := cc.t.CountError
		h2_bundle.go#L10027: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L10161: 	if fn := cs.cc.t.CountError; fn != nil {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |